home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 143 / cd-rom 143.iso / aplic / flatch / folderlatch_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-03-29  |  1.7 KB  |  42 lines

  1. ;InnoSetupVersion=5.1.10
  2. [Setup]
  3. AppName=Folder Latch
  4. AppVerName=Folder Latch version 3.0.0.3
  5. AppId=Folder Latch
  6. DefaultDirName={pf}\Folder Latch
  7. DefaultGroupName=Folder Latch
  8. UninstallDisplayIcon={app}\FolderLatch.exe
  9. OutputBaseFilename=setup
  10. Compression=lzma
  11. WizardImageFile=embedded\WizardImage0.bmp
  12. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  13. [Files]
  14. Source: "{app}\FolderLatch.exe"; DestDir: "{app}"; 
  15. [Registry]
  16. Root: HKCR; Subkey: "Applications\FolderLatch.exe"; Flags: uninsdeletekey 
  17. Root: HKCR; Subkey: "Directory\shell\Lock Folder"; Flags: uninsdeletekey 
  18. Root: HKCR; Subkey: "Safebox"; Flags: uninsdeletekey 
  19. Root: HKCR; Subkey: ".__sbx"; Flags: uninsdeletekey 
  20. Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.__sbx"; Flags: uninsdeletekey 
  21. Root: HKLM; Subkey: "SOFTWARE\Classes\Applications\FolderLatch.exe"; Flags: uninsdeletekey 
  22. [Run]
  23. Filename: "{app}\FolderLatch.exe"; Flags: postinstall 
  24. [Icons]
  25. Name: "{group}\FolderLatch"; Filename: "{app}\FolderLatch.exe"; 
  26. [UninstallDelete]
  27. Type: dirifempty; Name: "{app}"; 
  28. [CustomMessages]
  29. default.NameAndVersion=%1 version %2
  30. default.AdditionalIcons=Additional icons:
  31. default.CreateDesktopIcon=Create a &desktop icon
  32. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  33. default.ProgramOnTheWeb=%1 on the Web
  34. default.UninstallProgram=Uninstall %1
  35. default.LaunchProgram=Launch %1
  36. default.AssocFileExtension=&Associate %1 with the %2 file extension
  37. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  38. [Languages]
  39. ; These files are stubs
  40. ; To achieve better results after recompilation, use the real language files
  41. Name: "default"; MessagesFile: "embedded\default.isl"; 
  42.